# $Id: mailin-cgi,v 1.1 1996/02/15 19:57:11 dave Exp $
#
# user-comment - cgi script for mailing user-comment form output
#
# $Log: mailin-cgi,v $
# Revision 1.1 1996/02/15 19:57:11 dave
# adding in collapsed cgi-bin{int,ext,cd} files into their .m new forms
#
# Revision 1.1 1995/10/18 21:34:14 dave
# Initial revision
#
# Revision 1.5 1995/05/01 15:52:42 dave
# updating to escape ALL quoted @ signs as dan said perl 5 needs since reality results are in, as well as changing all occurences of dave@sgi.com with DTjanitor@sgi.com
#
# Revision 1.4 1995/02/25 01:13:53 dave
# trying to clean up bad-style html forms (getting rid of press here stuff)
#
# Revision 1.2 1995/02/16 17:52:44 dave
# modified to refer to cgi-lib.pl locally & added cgi-lib.pl local copy
#
# Revision 1.2 1995/01/31 18:38:42 dave
# removed all references to http and/or ratmandu so things now simply reference document root and don't get machine-dependent
#
# Revision 1.1 1995/01/27 18:06:45 dave
# Initial revision
#
#
require('cgi-lib.pl') || die "can\'t require cgi-lib.pl: $!";